home *** CD-ROM | disk | FTP | other *** search
- EXPREG4: NT to Windows 95 Registry Transfer Utility
- ---------------------------------------------------
-
- This small console mode utility exports data from NT registry into REGEDIT4 format,
- that can be imported into registry on Windows 95 machine. There's no tech article.
- Code can be used as skeleton for traversing registry subtree.
- Included are source code and release build version.
-
- PACKAGE CONTENTS
- ----------------
- README.TXT This file.
- LICENSE.TXT Software license
- EXPREG4.CPP Source file
- EXPREG4.MAK Microsoft Visual C++ makefile
- EXPREG4.EXE Release build version
-
- INSTALLATION
- ------------
- Just copy EXPREG4.EXE anywhere on the path.
-
- SYNTAX
- ------
- Usage: expreg4 <key-name> [<output-file>]
-
- Give <key-name> in form <root-name>{/<subkey-name>}
- where <root-name> can be one of HKEY_LOCAL_MACHINE, HKEY_USERS,
- HKEY_CURRENT_USER or HKEY_CLASSES_ROOT. Curly braces mean repetition
- of enclosed expression 0 or more times. When <output-file> is not given,
- then output goes to console.
-
-
- Read software license.
- Copyright (c) Elipromm Priv Co, 1995
-
- Internet e-mail: kkm@xkis.nnov.su
- Home page: http://www.bhs.com/kkm/Index.html
-
-